home *** CD-ROM | disk | FTP | other *** search
- Path: holly.ACNS.ColoState.EDU!not-for-mail
- From: corbyh@holly.ACNS.ColoState.EDU (Corby S. Hudnall)
- Newsgroups: comp.lang.c++
- Subject: Re: iostream.h
- Date: 4 Mar 1996 11:27:45 -0700
- Organization: Colorado State University, Fort Collins, CO 80523
- Message-ID: <4hfcn1$rk6@holly.ACNS.ColoState.EDU>
- References: <313A06E9.E74@onramp.net>
- NNTP-Posting-Host: holly.acns.colostate.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- Jon (jon@onramp.net) wrote:
- : Someone PLEASE tell me where I can get it, or... If you are
- : feeling like a Saint, you can email it to me. :)
-
- What system, what compiler, what platform. Try DJGPP, the freeware DOS
- port of the GNU compiler. I'm positive you can get an iostream.h header
- there. Avaialable at your local SimTel mirror (under the vendors directory).
-
- // ------------ BEGIN SIGNATURE ---------------
- #include <iostream.h>
- void main()
- {
- cout<<"\aName:\tCorby S. Hudnall\n";
- cout<<"School:\tColorado State University\n";
- cout<<"EMail\tcorbyh@holly.colostate.edu\n";
- cout<<"URL\thttp://holly.colostate.edu/~corbyh/\n";
- }
- // ------------- END SIGNATURE ----------------
-
-